gtk4.git
2020-06-26 Benjamin Ottelistbase: Only compute the modifiers when releasing...
2020-06-26 Benjamin Ottelistbase: Compute rubberband region on-demand
2020-06-26 Benjamin Ottelistview: Allocate rubberband at end of size_allocate()
2020-06-26 Benjamin Ottelistbase: Flip autoscroll deltas if adjustments are...
2020-06-26 Benjamin Ottelistbase: Allocate gridview items properly on RTL
2020-06-26 Benjamin Ottemultiselection: Implement get_selection_in_range()
2020-06-26 Benjamin Ottelistbase: Allocate rubberband according to list coords
2020-06-26 Benjamin Ottelistbase: Move a common function from the children...
2020-06-26 Benjamin Ottelistbase: Don't do extra work
2020-06-26 Benjamin OtteFix indentation
2020-06-26 Benjamin Ottegtk: Remove GtkPropertySelection
2020-06-26 Benjamin Ottegtk-demo: Port listview-colors demo to multiselection...
2020-06-26 Benjamin Ottemultiselection: Track items across resorts
2020-06-26 Benjamin OtteRemove GtkSet
2020-06-26 Benjamin Otteselectionmodel: Remove select_callback() functions
2020-06-26 Benjamin Ottelistbase: Port rubberband to gtk_selection_model_set_se...
2020-06-26 Benjamin Otteselectionmodel: Add gtk_selection_model_set_selection()
2020-06-26 Benjamin Otteselectionmodel: Replace query_range() with get_selection()
2020-06-26 Benjamin Ottemultiselection: Port to GtkBitset
2020-06-26 Benjamin Ottetestsuite: Add tests for GtkBitset
2020-06-26 Benjamin OtteAdd GtkBitset
2020-06-26 Benjamin OtteAdd amalgamated roaring bitmaps source code
2020-06-25 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-25 Matthias Claseninspector: Adapt to dropdown api change
2020-06-25 Matthias Clasendocs: Fix a typo
2020-06-25 Matthias Clasengtk-demo: Fix a typo in the listbox demo
2020-06-25 Matthias Clasensearchentry: Update the docs slightly
2020-06-25 Matthias ClasenDrop unused includes
2020-06-25 Matthias Clasenstringfilter: Fix a typo
2020-06-25 Emin Tufan... Update Turkish translation
2020-06-24 Matthias ClasenMerge branch 'wip/carlosg/input-cleanups' into 'master'
2020-06-24 Matthias ClasenMerge branch 'scrolled-window-api' into 'master'
2020-06-24 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-24 Carlos Garnachogtktextview: Remove child textview items last
2020-06-24 Carlos Garnachogtkwidget: Drop _gtk_widget_[gs]et_shadowed()
2020-06-24 Carlos Garnachogtkwidget: Avoid use of shadowed flag
2020-06-24 Carlos Garnachogtkwidget: Drop gtk_widget_device_is_shadowed()
2020-06-24 Carlos Garnachogtkwidget: Drop internal checks in grab-notify
2020-06-24 Carlos Garnachogtkmain: Make grab-notify notifications more targeted
2020-06-24 Carlos Garnachogtkwidget: Drop ::grab-notify signal and vfunc
2020-06-24 Carlos Garnachogtkprintoperation-win32: Don't track grab-notify
2020-06-24 Carlos Garnachogtkvideo: Track child focus to determine whether contro...
2020-06-24 Carlos Garnachogtkbutton: Drop grab_notify handler
2020-06-24 Carlos Garnachogtkspinbutton: Drop grab_notify handler
2020-06-24 Carlos Garnachogtknotebook: Move away from grab_notify
2020-06-24 Matthias Clasentestgtk: Update list of cursor names
2020-06-24 Matthias ClasenInstall gtkstringlist.h
2020-06-24 Matthias Clasenentrycompletion: Various fixes
2020-06-24 Matthias Clasengtk-demo: Enable inline completion
2020-06-24 Matthias Clasengtk-demo: Improve the entry completion demo
2020-06-24 Matthias Clasenscrolledwindow: Don't take adjustments in new()
2020-06-24 Carlos Garnachogtkwindowhandle: Drop has-grab checks
2020-06-24 Carlos Garnachogdk: Drop gdk_device_get_last_event_surface()
2020-06-24 Carlos Garnachogtkwidget: Avoid poking surfaces and events in gtk_widg...
2020-06-24 Carlos Garnachogtkwidget: Drop _gtk_widget_get_device_surface()
2020-06-24 Carlos Garnachogtkmain: Drop unused struct field
2020-06-24 Carlos Garnachogtkwidget: Remove dead code
2020-06-23 Carlos Garnachogdk: Depend less on gdk_event_get_device()
2020-06-23 Carlos Garnachogdk: Add gdk_event_get_seat()
2020-06-23 Carlos Garnachogdk: Drop gdk_seat_get_logical_pointers()
2020-06-23 Carlos Garnachogdk: Drop GdkGrabOwnership
2020-06-23 Carlos Garnachogdk: Drop supports_multidevice API
2020-06-23 Carlos Garnachogdk: Drop GDK_SOURCE_ERASER
2020-06-23 Carlos Garnachogtkmain: Look up transient-for hierarchies to determine...
2020-06-23 Carlos Garnachogtkwidget: Cancel all gestures in other groups
2020-06-23 Matthias ClasenMerge branch 'stringlist' into 'master'
2020-06-23 Matthias ClasenAdd GtkStringList as public api
2020-06-23 Matthias ClasenMerge branch 'wip/jimmac/notebook-legibility' into...
2020-06-23 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-23 Jakub SteinerAdwaita: notebook legibility fixes
2020-06-23 Matthias ClasenAdd a few missing includes
2020-06-23 Matthias Clasenentry completion: Drop the Private struct
2020-06-23 Ray StrodeMerge branch 'wip/fencing-without-context-is-discourage...
2020-06-22 Ray Strodex11: Ensure bound context is compatible with sync fence
2020-06-22 Matthias ClasenMerge branch 'wip/fencing-without-context-is-discourage...
2020-06-22 Matthias ClasenMerge branch 'drop-entry-completion-actions' into ...
2020-06-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-22 Ray Strodex11: ensure some context is bound before calling glClie...
2020-06-22 Matthias ClasenAdd a basic clipboard test
2020-06-22 Matthias Clasenentrycompletion: Drop action support
2020-06-22 Matthias ClasenMerge branch 'keyval-to-uni-fix' into 'master'
2020-06-22 Matthias ClasenMerge branch 'fix-entry-completion' into 'master'
2020-06-22 Matthias Clasengdk: Clarify the docs of gdk_keyval_to_unicode
2020-06-22 Matthias Clasenentry completion: Make keynav work again
2020-06-22 Matthias ClasenAdd gtk_widget_prepend_controller
2020-06-22 Matthias ClasenFix change notification for event controllers
2020-06-22 Matthias Clasenentrycompletion: Name the controllers
2020-06-22 Matthias ClasenMerge branch 'wip/dont-assert-without-evidence' into...
2020-06-22 Ray Strodex11: be more verbose when glClientWaitSync behaves...
2020-06-22 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-22 Matthias Clasengdk: Make gdk_keyval_to_unicode platform-independent
2020-06-22 Timm BäderMerge branch 'master.msvc' into 'master'
2020-06-22 Matthias Clasengtk-demo: Add a warning to the colors demo
2020-06-22 Chun-wei Fandemos: Fix builds against Visual Studio headers
2020-06-22 Matthias ClasenMerge branch 'port-icon-browser' into 'master'
2020-06-21 Matthias ClasenMerge branch 'matthiasc/for-master' into 'master'
2020-06-21 Matthias ClasenPort the icon browser to GtkGridView
2020-06-21 Matthias Clasenfilter: Make GtkEveryFilter buildable
2020-06-21 Matthias ClasenMerge branch 'wip/otte/listview-colors' into 'master'
2020-06-21 Matthias Clasengtk-demo: Cosmetic improvement to the colors demo
next